home *** CD-ROM | disk | FTP | other *** search
- set cursor to "busy"
- put "" into hadBooks
- put "" into hadBooksMsg
- put "" into hadBooksCheck
- put "" into hadBooksState
- put "" into hadBooksChar
- put tStr("LibMsg",40) into bn
- if there is a menu bn then
- put menu bn into hadBooks
- put line 1 to 6 of hadBooks into hadBooks
- repeat with x = 1 to the number of lines in hadBooks
- set cursor to "busy"
- put the checkmark of menuitem x of menu bn into line x of hadBooksCheck
- end repeat
- put hadBooks&"■"&hadBooksMsg&"■"&hadBooksCheck&"■"&hadBooksState&"■"&hadBooksChar into temp
- setStr "SavedBookMenuState", temp
- end if